-
Notifications
You must be signed in to change notification settings - Fork 3
Fix issue with reading from synced file in a sharepoint folder #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue with reading from synced file in a sharepoint folder #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, this will have to be tested by someone with a working OneDrive but I am happy with the change from the perspective of the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed the code and am happy with that.
I ran a test on today's alpha, and managed to replicate the issue described in #20 . I then ran the same test on this PR, and the issue went away, with the Excel file contents being pulled suitably into Grasshopper with the file from SharePoint open in Excel at the same time.
This PR therefore brings an enhancement to the process so I am happy to see this deployed.
@BHoMBot check compliance |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 18 requests in the queue ahead of you. |
@BHoMBot check versioning |
@FraserGreenroyd to confirm, the following actions are now queued:
|
@BHoMBot check installer |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 2 requests in the queue ahead of you. |
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
|
Issues addressed by this PR
Closes #20
Adding
FileShare.Delete
to theFileShare
enum when constructing the filestream. Fixes issues of unable to access file when trying to read from a file in a synced Sharepoint folder.Test files
Changelog
Additional comments